home *** CD-ROM | disk | FTP | other *** search
- 10 poke53280,5:poke53281,0:poke646,1:printchr$(14)
- 20 print"[147] [208][207][197][160][193][196][214][197][206][212][213][210][197]"
- 22 print" -------------"
- 40 print"[215]ritten by: [202]im [205]enick"
- 50 print" 15 [195]asparian [210]oad"
- 60 print" [208]eekskill, [206][217] 10566"
- 62 print" <[210]evised for the [195]-64 by [193]lan [199]ardner>"
- 70 :
- 80 print"[200]ere is an adventure game we think"
- 82 print"you'll like. [202]im said he wrote this to"
- 84 print"go with an article on adventure game"
- 86 print"programming. [211]tudy the code to find"
- 88 print"some programming hints for writing your"
- 90 print"own adventure games."
- 92 print""spc(7)"<[208]ress a key to continue>":poke198,0:wait198,1
- 96 :
- 100 print"[147] [208][207][197][160][193][196][214][197][206][212][213][210][197]"
- 102 print" -------------"
- 110 print"[215]hile you're wandering around finding"
- 112 print"fame and fortune, remember that you"
- 114 print"can save the game at any time. [212]hat's"
- 116 print"a good idea if you're going to try"
- 118 print"something that might not work!"
- 120 print"[200]ave fun!!"
- 130 print""spc(7)"<[208]ress a key to continue>":poke198,0:wait198,1
- 140 :
- 150 print"[147] [208][207][197][160][193][196][214][197][206][212][213][210][197]"
- 152 print" -------------"
- 160 print"[210] = [210][213][206][160][212][200][197][160][193][196][214][197][206][212][213][210][197]"
- 162 print"[194][160]=[160][194][193][195][203][160][212][207][160][204][207][193][196][211][212][193][210]"
- 166 print"[215][200][201][195][200][160][196][207][160][217][207][213][160][215][193][206][212][160][212][207][160][196][207][160]([210][160][207][210][160][194])?";
- 170 poke198,0:wait198,1:getk$
- 172 ifk$<>"r"andk$<>"b"thenpoke53280,rnd(1)*15:goto170
- 174 ifk$="r"thenf$="poe adventure":print:print"[204]oading... please wait 60 seconds."
- 176 ifk$="b"thenf$="hello"
- 180 :
- 190 :
- 200 print"[144]load"chr$(34)f$chr$(34)",8":print"run"
- 210 poke631,13:poke632,13:poke198,2:end
-